home *** CD-ROM | disk | FTP | other *** search
- #ifndef EGS_EGB_GBMENUSELECT_H
- #define EGS_EGB_GBMENUSELECT_H
-
- /***************************************************************************\
- *
- * $
- * $ FILE : gbmenuselect.h
- * $ VERSION : 1
- * $ REVISION : 3
- * $ DATE : 07-Feb-93 20:36
- * $
- * $ Author : mvk
- * $
- *
- *****************************************************************************
- * *
- * (c) Copyright 1990/93 VIONA Development *
- * All Rights Reserved *
- * *
- \***************************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EGS_EGSINTUI_H
- #include <egs/egsintui.h>
- #endif
- #ifndef EGS_EGSGADBOX_H
- #include <egs/egsgadbox.h>
- #endif
-
- typedef struct EGB_MenuGadget *EGB_MenuGadgetPtr;
-
- /* Fix for DICE that has problems with typedef of structs */
-
- struct EGB_MenuGadgetStruct {
- struct EI_Gadget Gadget;
- WORD Sel, Selnum;
- APTR SelGfx;
- };
-
- typedef struct EGB_MenuGadgetStruct EGB_MenuGadget;
-
- #endif /* EGS_EGB_GBMENUSELECT_H */
-
-